Northwoods.GoSilverlight 1.3.5 Assembly
ModifyGroupNodeKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyGroupNodeKey Method

nodedata
the node data to be modified
groupkey
the key value of the "group" node data
This method actually implements the modification of a node data so that its reference to a containing group node data (if any) is the given groupkey.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ModifyGroupNodeKey( _
   ByVal nodedata As NodeType, _
   ByVal groupkey As NodeKey _
) 
C# 
protected virtual void ModifyGroupNodeKey( 
   NodeType nodedata,
   NodeKey groupkey
)

Parameters

nodedata
the node data to be modified
groupkey
the key value of the "group" node data

Remarks

This method can be overridden in case the GroupNodePath property path is not flexible enough or fast enough to get the key for a node.

Requirements

See Also

© 2012 All Rights Reserved.